From 09a21f1cd26d331a43a03a9baa1b8912cbb1b282 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 4 Mar 2018 15:03:26 +0100 Subject: [PATCH] build: Make GStreamer backend the default Instead of compiling without media backend by default, we now use the GStreamer backend. This means that CI now requires gstreamer support. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 4a6e322c16..1d9752f7ab 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,7 +11,7 @@ option('quartz-backend', type: 'boolean', value: true, description : 'Enable the macOS gdk backend (only when building on macOS)') # Media backends -option('media', type: 'string', value: 'none', +option('media', type: 'string', value: 'gstreamer', description : 'Build the specified media engines (comma-separated list, "all", or "none")') # Optional dependencies -- 2.30.2